Expand description

Tendermint Configuration Utilities

This crate defines the TendermintConfig type, which is used by crates such as tendermint-rpc to perform operations based on a common configuration type.

Modules

Remote addresses (tcp:// or unix://)

Structs

consensus configuration options

HTTP headers allowed to be sent via CORS to the RPC API

HTTP methods allowed with CORS requests to the RPC API

Origin hosts allowed with CORS requests to the RPC API

fastsync configuration options

instrumentation configuration options

Loglevel configuration

mempool configuration options

P2P node private keys

peer to peer configuration options

Validator private key

Tendermint config.toml file’s [rpc] section

statesync configuration options

Tendermint config.toml file

Rate at which bytes can be sent/received

transactions indexer configuration options

Enums

Mechanism to connect to the ABCI application: socket | grpc

Database backend

Logging format

What indexer to use for transactions

Type Definitions

Iterator over log levels